|
Event type
|
Event message
|
|
null, mouse-up,
mouse-down
|
Undefined.
|
|
key-up, key-down, auto-key
|
The low-order word contains the character code and virtual key code, which you can access with the constants
charCodeMask
and
keyCodeMask
, respectively. For Apple Desktop Bus (ADB) keyboards, the low byte of the high-order word contains the ADB address of the keyboard where the keyboard event occurred. The high byte of the high-order word is reserved.
|
|
update, activate
|
Pointer to the window to update, activate, or deactivate.
|
|
disk-inserted
|
Drive number in low-order word, File Manager result code in high-order word.
|
|
resume
|
The
suspendResumeMessage
enumerator in bits 24-31 and a 1 (the
resumeFlag
enumerator) in bit 0 indicate the event is a resume event. Bit 1 contains a 1 (the
convertClipBoardFlag
enumerator) if Clipboard conversion is required, and bits 2-23 are reserved.
|
|
suspend
|
The
suspendResumeMessage
enumerator in bits 24-31 and a 0 in bit 0 to indicate the event is a suspend event. Bit 1 is undefined, and bits 2-23 are reserved.
|
|
mouse-moved
|
The
mouseMovedMessage
enumerator in bits 24-31. Bits 2-23 are reserved, and bit 0 and bit 1 are undefined.
|
|
high-level
|
Class of events to which the high-level event belongs. The
message
and
where
fields of a high-level event define the specific type of high-level event received.
|